home *** CD-ROM | disk | FTP | other *** search
/ Chip 2006 June (Extra) / CHIP 2006-06.3.iso / program / tam_surum / Astronoid-v1.2.0.exe / $OUTDIR / data / tutorials / slideshow.dtd < prev    next >
Encoding:
Text File  |  2006-03-01  |  2.5 KB  |  84 lines

  1. <!ELEMENT slideshow (font_styles, paragraph_styles, slides)>
  2. <!ATTLIST slideshow brace_color  CDATA 'undef'
  3.                     bracket_color  CDATA 'undef'
  4.                     lower_greater_color  CDATA 'undef'>
  5.  
  6. <!ELEMENT font_styles (font_style*)>
  7.  
  8. <!ELEMENT font_style EMPTY>
  9. <!ATTLIST font_style name CDATA #REQUIRED
  10.                      font CDATA 'undef'
  11.                      size CDATA '-1'
  12.                      color CDATA 'undef'>
  13.  
  14. <!ELEMENT paragraph_styles (paragraph_style*)>
  15.  
  16. <!ELEMENT paragraph_style EMPTY>
  17. <!ATTLIST paragraph_style name CDATA #REQUIRED
  18.                           space_before CDATA '-1'
  19.                           space_after CDATA '-1'
  20.                           align (left|right|center|undef) 'undef'
  21.                           font_style CDATA 'undef'>
  22.  
  23. <!ELEMENT slides (slide+)>
  24.  
  25. <!ELEMENT slide (#PCDATA|paragraph|font|indent|list|image|array)*>
  26. <!ATTLIST slide back_bitmap CDATA 'undef'
  27.                 back_color  CDATA 'undef'>
  28.  
  29. <!ELEMENT paragraph (#PCDATA|paragraph|font|indent|list|image|array)*>
  30. <!ATTLIST paragraph style CDATA 'undef'>
  31.  
  32. <!ELEMENT font (#PCDATA|paragraph|font|indent|list|image|array)*>
  33. <!ATTLIST font style CDATA #REQUIRED>
  34.  
  35. <!ELEMENT indent (#PCDATA|paragraph|font|indent|list|image|array)*>
  36.  
  37. <!ELEMENT list (list_item+)>
  38. <!ELEMENT list_item (#PCDATA|paragraph|font|indent|list|image|array)*>
  39.  
  40. <!ELEMENT image EMPTY>
  41. <!ATTLIST image bitmap CDATA #REQUIRED
  42.                 width CDATA #REQUIRED
  43.                 height CDATA #REQUIRED
  44.                 uv CDATA 'undef'
  45.                 color  CDATA 'undef'>
  46.  
  47. <!ELEMENT array (column+,row+)>
  48.  
  49. <!ELEMENT column EMPTY>
  50. <!ATTLIST column width CDATA '-1'
  51.                  align (left|right|center|undef) 'undef'>
  52.  
  53. <!ELEMENT row (cell+)>
  54. <!ATTLIST row height CDATA '-1'>
  55.  
  56. <!ELEMENT cell (#PCDATA|paragraph|font|indent|list|image|array)*>
  57.  
  58. <!ENTITY pred_text "lg_astro_tut_pred">
  59. <!ENTITY next_text "lg_astro_tut_next">
  60. <!ENTITY start_text "lg_astro_tut_start">
  61.  
  62. <!ENTITY bottom "
  63.         <paragraph style='bottom'>
  64.             <array>
  65.                 <column width='360' align='left'/>
  66.                 <column width='360' align='right'/>
  67.                 <row>
  68.                     <cell>&pred_text;</cell>
  69.                     <cell>&next_text;</cell>
  70.                 </row>
  71.             </array>
  72.         </paragraph>">
  73.  
  74. <!ENTITY last_bottom "
  75.         <paragraph style='bottom'>
  76.             <array>
  77.                 <column width='360' align='left'/>
  78.                 <column width='360' align='right'/>
  79.                 <row>
  80.                     <cell>&pred_text;</cell>
  81.                     <cell>&start_text;</cell>
  82.                 </row>
  83.             </array>
  84.         </paragraph>">